From a5413c2b8af110225fabbe64bcad4703c353327c Mon Sep 17 00:00:00 2001 From: justbur Date: Sun, 26 Jul 2015 20:45:42 -0400 Subject: [PATCH] Fix some parts of readme --- README.org | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/README.org b/README.org index c38d0f5c7c3..3db0bed0bbc 100644 --- a/README.org +++ b/README.org @@ -11,10 +11,6 @@ is better though, because it saves the prefix that you just entered. So =C-x C-h C-h C-x= will popup the which-key buffer for the prefix =C-x= change the page twice and then execute the command bound to =C-x C-x=. -- =C-h= will also now popup the which-key buffer to the first page if it is - pressed before =which-key-idle-delay= takes effect. This means you can set a - long idle delay if you like and just use =C-h= when you want to see - =which-key=. ** Introduction =which-key= is a minor mode for Emacs that displays the keybindings following your currently entered incomplete command (a prefix) in a popup. For example, after enabling the minor mode @@ -293,6 +289,7 @@ these alists) #+END_SRC *** Sorting + By default the output is sorted by the key in a custom order. The default order is to sort lexicographically within each "class" of key, where the classes and their order are @@ -310,6 +307,7 @@ The only other built-in option at the moment (besides using nil to turn off sorting completely) is =which-key-description-order=, which orders by the key's description based on the usual ordering of strings after applying =downcase=. +#+NAME: paging *** Paging There are at least several prefixes that have many keys bound to them, like @@ -331,9 +329,7 @@ behavior of emacs which is to show a list of keybindings that apply to a prefix. For example, if you were to type =C-x C-h= you would get a list of commands that follow =C-x=. This uses which-key instead to show those keys, and unlike the emacs default saves the incomplete prefix that you just entered so that the next -keystroke can complete the command. As a bonus you can type =C-x C-h= and the -which-key buffer will pop up immediately (i.e., before =which-key-idle-delay= -kicks in). +keystroke can complete the command. **** Method 2: Bind your own keys -- 2.30.2